 |
API Documentation
|
|
|
POPUP_TYPE
Types of popup available.
Definition: Popup.h:12
@ POPUP_RESULT_RETRY
User clicked retry.
@ POPUP_RESULT_NO
User clicked no.
@ POPUP_TYPE_YES_NO
A popup requesting for agreement.
@ POPUP_RESULT_IGNORE
User clicked ignore.
@ POPUP_RESULT_YES
User clicked yes.
@ POPUP_RESULT_OK
User clicked ok.
@ POPUP_TYPE_ABORT_RETRY_IGNORE
A popup requesting if something should be aborted, retried, or ignored.
Base class for any graphical component.
Definition: Component.h:12
@ POPUP_TYPE_CANCEL_TRY_CONTINUE
A Popup requesting to cancel, try, or continue.
POPUP_RESULT
Result answers possible from a popup.
Definition: Popup.h:27
@ POPUP_RESULT_TRY_AGAIN
User clicked try.
A graphical window.
Definition: Window.h:12
@ POPUP_TYPE_OK
A simple informative popup with an ok button.
@ POPUP_TYPE_OK_CANCEL
A popup requesting for agreement.
@ POPUP_RESULT_UNKNOWN
Unknown place holder.
@ POPUP_RESULT_CONTINUE
User clicked continue.
@ POPUP_TYPE_HELP
A Popup showing a help tooltip.
@ POPUP_RESULT_CANCEL
User clicked cancel.
@ POPUP_RESULT_ABORT
User clicked abort.
@ POPUP_TYPE_YES_NO_CANCEL
A popup requesting for agreement or cancelling.
Encompasses all API of component NilkinsWinUi.
Definition: Button.h:7
@ POPUP_TYPE_RETRY_CANCEL
A popup asking to retry or cancel.